home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / net / inet1_3.readme < prev    next >
Text File  |  1994-10-08  |  9KB  |  271 lines

  1. Short: AS225r2 SMTP/NNTP utilities and more
  2. Type: comm/net
  3. Uploader: Michael B. Smith <mbs@adastra.cvl.va.us>
  4. Author:   Michael B. Smith <mbs@adastra.cvl.va.us>
  5.  
  6. TITLE
  7.  
  8.     INetUtils
  9.  
  10. VERSION
  11.  
  12.     1.3
  13.  
  14. AUTHOR
  15.  
  16.     Michael B. Smith
  17.  
  18.     Internet: mbs@adastra.cvl.va.us
  19.  
  20.     U.S. Mail:    P.O. Box 6791
  21.         Charlottesville, VA 22906
  22.         USA
  23.  
  24. DESCRIPTION
  25.  
  26.     INetUtils is a series of programs designed to allow an Amiga running
  27.     AS-225 beta 2.0 software (i.e., socket.library capable) or AmiTCP 2.2
  28.     (or above) to interact and operate as fully functioning members of an
  29.     IP network, including the global Internet.
  30.  
  31.     The utility programs consist of:
  32.  
  33.     SMTPd        : an SMTP daemon
  34.     SMTPpost    : an SMTP posting program
  35.     SMTPExpand  : an SMTP aliases expanding program
  36.     NNTPpost    : an NNTP posting program
  37.     NNTPXfer    : an NNTP article transfer program
  38.     newgroup    : a maintenance program for use with NNTP
  39.     GetActive   : an NNTP active file transfer program
  40.     AmiPOP        : a POP message handler
  41.     Sabot        : A newmail activity program
  42.  
  43.     a NNTPd is in development, but is not included in this archive.
  44.  
  45.     The following man pages are included:
  46.  
  47.     SMTPd.man
  48.     SMTPpost.man
  49.     SMTPExpand.man
  50.     NNTPpost.man
  51.     NNTPxfer.man
  52.     GetActive.man
  53.  
  54.     and describe the operation of each program.
  55.  
  56.     To install INetUtils, see the document named INSTALL included in this
  57.     archive.
  58.  
  59.     For basic help in getting SMTPd running, the following script is also
  60.     included:
  61.  
  62.     StartSMTPd
  63.  
  64.     which is heavily commented.
  65.  
  66.     AmiPOP and Sabot were developed by Scott Ellis (sellis@ucssun1.sdsu.edu)
  67.     and all communication regarding them should be directed to him. Separate
  68.     documentation regarding them is included in the AmiPOP and Sabot archives.
  69.  
  70.     To properly utilize the NNTP capability requires an NNTP aware newsreader
  71.     and a mailreader. The 'G' package is presented to meet this need.
  72.  
  73.     GRn is Gadtools Read News, which can properly read and post with articles
  74.     via NNTP directly or read with the local directory setup by NNTPXfer, and
  75.     post directly using NNTPpost. Documentation is available in AmigaGuide
  76.     format (GRn.guide). GRn is currently at version 2.1.
  77.  
  78.     GMail, Gadtools Mail, is still in development, and is not included in this
  79.     archive.
  80.  
  81.     AmigaELM and the DMail from AmigaUUCP are quite satisfactory for reading
  82.     mail.
  83.  
  84. NEW FEATURES
  85.  
  86.     These are the new features in each program, implemented since
  87.     INetUtils 1.1:
  88.  
  89.     SMTPd
  90.  
  91.         AmiTCP support.
  92.  
  93.         SMTPDelay can be used to control how often SMTPd scans
  94.         SMTPSpoolDir (used to be fixed at 2 minutes).
  95.  
  96.         Basic alias file support (INet:Db/Aliases or UULib:Aliases).
  97.  
  98.         SMTPRMail is now required to be used as a local and routing
  99.         delivery agent.
  100.  
  101.     SMTPPost
  102.  
  103.         AmiTCP support.
  104.  
  105.         When SMTPAlwaysQueue is set, all messages are spooled prior
  106.         to delivery.
  107.  
  108.         The SMTPRoute variable now defines whether messages are always
  109.         delivered to the defined SMTPSmarterHost or whether direct
  110.         delivery is attempted first.
  111.  
  112.         Added CheckUser program for validating whether a message for
  113.         a local user should be accepted or not.
  114.  
  115.         Properly deals with being named RSMTP and the differences
  116.         between being rsmtp and sendmail.
  117.  
  118.     NNTPpost
  119.  
  120.         AmiTCP support.
  121.  
  122.     NNTPxfer
  123.  
  124.         AmiTCP support.
  125.  
  126.         Added PARANOID option to cause the active file to be dumped to
  127.         disk after processing each newsgroup.
  128.  
  129.         Added NNTPRNews variable to allow an external RNEWS program to
  130.         be called to file local news. This allow NNTPxfer to co-exist
  131.         in an AmigaUUCP environment.
  132.  
  133.     GetActive
  134.  
  135.         Initial release -- this program obtains a copy of the ACTIVE
  136.         file from a specified NNTP server.
  137.  
  138.     SMTPExpand
  139.  
  140.         Initial release -- the program expands the aliases specified
  141.         as arguments and output the resulting addresses.
  142.  
  143. CHANGES
  144.  
  145.     These are the buf fixes in each program, since INetUtils 1.1. For
  146.     more detailed information, refer to the file CHANGES in the archive.
  147.  
  148.     SMTPd
  149.  
  150.         Fixed bug in buffer management routines which only appeared in
  151.         small MTU configurations.
  152.  
  153.         RSET command now gets the proper response (250 OK).
  154.  
  155.         Completely reimplement the input server subsystem.
  156.  
  157.         Fixed a screwed up DoFmt() when building the command string for
  158.         SMTPRMAIL.
  159.  
  160.         If a timer event happened at the same time as an input socket
  161.         message, the timer event would be "lost", and SMTPd would quit
  162.         scanning the spool. Note that the way SMTPd empties incoming
  163.         buffers, this would likely only happen with LARGE incoming files
  164.         or when there were multiple connects to SMTPd.
  165.  
  166.     SMTPPost
  167.  
  168.         Empty Cc: and Bcc: headers had output routed to MAILER-DAEMON at
  169.         localhost. Fixed.
  170.  
  171.         System() would sometimes have too many SYS_Input's specified. No more.
  172.  
  173.         Scanning of multi-line addresses was screwed.
  174.  
  175.         Cleaned up From_ header handling. Put out Message-ID regardless of
  176.         rcvopt (since Unix sendmail does).
  177.  
  178.     NNTPpost
  179.  
  180.         Date: and Message-Id: headers didn't have the header put out!
  181.         (GRn does this automagically. All beta-testers use GRn. Shame
  182.         on me.)
  183.  
  184.         Don't output From: if one already exists.
  185.  
  186.     NNTPxfer
  187.  
  188.         Call ParseConfig() properly to set up NNTPRNews and UUNews
  189.         configuration variables...
  190.  
  191.         Added in ReadArgs template.
  192.  
  193.         Eliminated use of sscanf() and fscanf() in preference to my own
  194.         routines. Reduced object size by 5K and eliminated an unpredictable
  195.         Enforcer hit!
  196.  
  197.  
  198. SPECIAL REQUIREMENTS
  199.  
  200.     INetUtils requires AmigaDOS 2.0 or higher.
  201.  
  202.     INetUtils comes in two flavors. One for AS225r2 and one for
  203.     AmiTCP 2.2 and above. One or the other is required. You *must*
  204.     get the correct archive.
  205.  
  206. HOST NAME
  207.  
  208.     The home site for INetUtils is Hopper.ITC.Virginia.EDU.
  209.  
  210.     INetUtils is also available on Aminet FTP sites.
  211.  
  212. DIRECTORY
  213.  
  214.     Hopper.ITC.Virginia.EDU:/pub/amiga/
  215.     Aminet:/pub/aminet/comm/net/
  216.  
  217. FILE NAMES
  218.  
  219.     INetUtils-1.3.lha
  220.     INetUtils-1.3-AmiTCP.lha
  221.  
  222. PRICE
  223.  
  224.     INetUtils is freeware. Donations are welcome.
  225.  
  226. DISTRIBUTABILITY
  227.  
  228.     INetUtils is Copyright 1992 - 1994, by Michael B. Smith.
  229.     All Rights Reserved.
  230.  
  231.     INetUtils 1.3 is freely distributable as long as no modifications are
  232.     made to the archives or their contents.
  233.  
  234. OTHER
  235.  
  236.     Support available directly from the author via electronic mail.
  237.  
  238.  
  239. ============================= Archive contents =============================
  240.  
  241. Original  Packed Ratio    Date     Time    Name
  242. -------- ------- ----- --------- --------  -------------
  243.    32348   16577 48.7% 16-Mar-94 15:28:14  INetUtils-1.3/C-Debug/GetActive.debug
  244.    22348   11942 46.5% 16-Mar-94 15:29:16  INetUtils-1.3/C-Debug/newgroup.debug
  245.    37108   18911 49.0% 16-Mar-94 15:27:24  INetUtils-1.3/C-Debug/NNTPpost.debug
  246.    35436   18257 48.4% 16-Mar-94 15:27:10  INetUtils-1.3/C-Debug/NNTPxfer.debug
  247.    61604   30608 50.3% 16-Mar-94 15:35:16  INetUtils-1.3/C-Debug/SMTPd.debug
  248.    44644   22938 48.6% 16-Mar-94 15:28:00  INetUtils-1.3/C-Debug/SMTPpost.debug
  249.    17724   10178 42.5% 16-Mar-94 15:31:56  INetUtils-1.3/C/GetActive
  250.    14988    8608 42.5% 16-Mar-94 15:32:56  INetUtils-1.3/C/newgroup
  251.    20928   11754 43.8% 16-Mar-94 15:31:10  INetUtils-1.3/C/NNTPpost
  252.    19376   11105 42.6% 16-Mar-94 15:30:58  INetUtils-1.3/C/NNTPxfer
  253.    35168   19182 45.4% 16-Mar-94 15:37:58  INetUtils-1.3/C/SMTPd
  254.    15312    8972 41.4% 16-Mar-94 15:33:10  INetUtils-1.3/C/SMTPExpand
  255.    26820   14805 44.7% 16-Mar-94 15:31:44  INetUtils-1.3/C/SMTPpost
  256.    68559   68559  0.0% 03-Mar-94 17:34:06  INetUtils-1.3/contrib/AmiPOP18.lha
  257.    18429   18429  0.0% 03-Mar-94 17:40:08  INetUtils-1.3/contrib/Sabot17.lha
  258.      540     349 35.3% 17-Feb-94 22:33:50  INetUtils-1.3/COPYRIGHT
  259.     3624    1738 52.0% 16-Mar-94 15:21:12  INetUtils-1.3/INSTALL
  260.     1423     689 51.5% 12-Feb-94 19:01:46  INetUtils-1.3/man/GetActive.man
  261.     3580    1378 61.5% 24-Oct-93 19:34:32  INetUtils-1.3/man/NNTPpost.man
  262.     3507    1610 54.0% 20-Feb-94 21:08:20  INetUtils-1.3/man/NNTPxfer.man
  263.     4625    2076 55.1% 14-Mar-94 20:42:00  INetUtils-1.3/man/SMTPd.man
  264.     2922    1352 53.7% 26-Feb-94 13:38:12  INetUtils-1.3/man/SMTPexpand.man
  265.     5450    2227 59.1% 12-Feb-94 19:18:50  INetUtils-1.3/man/SMTPpost.man
  266.     1742     959 44.9% 16-Mar-94 15:21:46  INetUtils-1.3/PROBLEMS
  267.     2038     996 51.1% 16-Mar-94 15:22:20  INetUtils-1.3/ReadMe-INetUtils
  268.      877     470 46.4% 11-Jan-94 22:21:36  INetUtils-1.3/S/StartSMTPd
  269. -------- ------- ----- --------- --------
  270.   501120  304669 39.2% 17-Mar-94 14:13:14   26 files
  271.